html,
body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
hr,
button,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body video {
  display: block;
}
.text-center {
  text-align: center;
}
a {
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1,
h2,
h3,
h4 {
  color: #404040;
}
#react-content {
  width: 100%;
  overflow: hidden;
}
#page-404 {
  min-height: 680px;
  text-align: center;
  padding-top: 10%;
  color: #999;
}
#page-404 h1 {
  text-shadow: -1px -1px 4px #666;
  font-size: 200px;
}
#nprogress .bar {
  background: #32af36;
}
#nprogress .peg {
  box-shadow: 0 0 10px #32af36, 0 0 5px #32af36;
}
#nprogress .spinner-icon {
  border-top-color: #32af36;
  border-left-color: #32af36;
}
#cnzz_stat_icon_1274237506 {
  display: none;
}
.download {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  max-width: 1200px;
  margin: auto;
}
.download h1 {
  line-height: initial;
  top: auto;
  margin-top: 40px;
  text-align: center;
}
.download h1 .title-en,
.download h1 .title-cn {
  display: block;
}
.download h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 22px;
  font-weight: 900;
}
.download .content .item {
  background: #fff;
  border-radius: 5px;
  padding: 50px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}
.download .content .item img {
  width: 86px;
  height: 86px;
}
.download .content .item span {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .download .content .item {
    flex-direction: column;
  }
  .download .content .item .app-info {
    margin-bottom: 16px;
  }
}
.content-wrapper > .tween-one-leaving,
.queue-anim-leaving {
  position: absolute !important;
  width: 100%;
}
.video {
  max-width: 800px;
}
.templates-wrapper {
  user-select: none;
}
.is-edit * {
  pointer-events: none;
}
#react-content {
  min-height: 100%;
}
.banner {
  width: 100%;
  height: calc(100vh - 66px);
  position: relative;
  background-color: #000f23;
  overflow: hidden;
}
.banner .banner-page {
  height: 100%;
  max-width: 1200px;
  position: relative;
  margin: auto;
  will-change: transform;
  background: #000f23;
}
.banner-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
}
.banner-title-wrapper {
  width: 40%;
  max-width: 450px;
  position: relative;
  top: 30%;
  left: 24px;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.banner-explain {
  color: #999;
  font-size: 24px;
  margin-bottom: 8px;
}
.banner-content {
  font-size: 18px;
  color: #666;
  margin-bottom: 48px;
}
.banner-button-wrapper .banner-button {
  background-image: linear-gradient(to right bottom, #82b5ff 0%, #3c89f6 0%);
  box-shadow: 0 8px 24px rgba(95, 155, 241, 0.35);
  border-radius: 20px;
  border: none;
  padding: 0 42px;
  line-height: 40px;
  height: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.banner-button-wrapper .banner-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 13px 24px rgba(95, 155, 241, 0.45);
  background-image: linear-gradient(to right bottom, #82b5ff 0%, #3c89f6 0%);
}
.banner-image {
  overflow: hidden;
  width: 40%;
  max-width: 710px;
  position: absolute;
  top: 12%;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 500px;
  }
  .banner .banner-page.home-page {
    padding-top: 1px;
    padding-bottom: 0;
  }
  .banner-title-wrapper {
    text-align: center;
    position: static;
    width: 100%;
    margin-top: 64px;
    left: 0;
    top: 0;
  }
  .banner-title {
    font-size: 36px;
  }
  .banner-explain {
    font-size: 18px;
  }
  .banner-content {
    font-size: 14px;
  }
  .banner-image {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    margin: 32px 0 24px;
  }
}
.feature {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.feature-wrapper {
  min-height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.feature-wrapper.home-page-wrapper .home-page {
  padding: 64px 24px;
}
.feature-title {
  display: inline-block;
}
.feature-title-wrapper {
  text-align: center;
  margin-bottom: 48px;
}
.feature-title-text {
  display: inline-block;
  margin: 0 72px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  transition: color 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.feature-title-text.active {
  color: #32af36;
  font-size: 36px;
}
.feature-title-bar {
  height: 6px;
  background: #32af36;
  width: 20%;
  margin: auto;
  display: block;
}
.feature-title-bar-wrapper {
  position: relative;
  margin-top: 8px;
  transition: left 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.feature-number,
.feature-text {
  text-align: center;
}
.feature-number {
  font-size: 48px;
  color: #32af36;
  font-weight: 600;
}
.feature-number-wrapper {
  text-align: center;
}
.feature-text {
  font-size: 20px;
}
.feature-unit {
  font-size: 16px;
  color: #32af36;
}
.feature .ant-carousel .slick-dots-bottom {
  bottom: -24px;
}
.feature .ant-carousel .slick-dots li button {
  background: rgba(50, 175, 54, 0.3);
}
.feature .ant-carousel .slick-dots li.slick-active button {
  background: #32af36;
}
@media screen and (max-width: 767px) {
  .feature-wrapper {
    padding-bottom: 0;
    min-height: 580px;
  }
  .feature-wrapper.home-page-wrapper .home-page {
    padding: 56px 24px 64px;
  }
  .feature-title-text {
    margin: 0 14px;
  }
  .feature-title-bar {
    width: 40%;
  }
  .feature-number-wrapper {
    margin-bottom: 16px;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.content-template-wrapper {
  width: 100%;
  background: #fff;
  border-color: #666;
  position: relative;
  padding: 20px 0;
}
.content-template-wrapper .content-template {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.content-template-wrapper .content-template h1 {
  font-size: 36px;
  font-weight: normal;
  color: #404040;
  line-height: 48px;
}
.content-template-wrapper .content-template > p {
  font-size: 12px;
  margin: 20px auto;
}
.content-half-wrapper {
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .content-template-wrapper .content-template {
    /*h1, > p {
        text-align: center;
      }*/
  }
  .content-template-wrapper .content-template h1 {
    font-size: 24px;
  }
}
.header {
  height: 66px;
  background: #000f23;
  color: #fff;
  width: 100%;
  z-index: 970;
  position: relative;
  top: 0;
}
.header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 4%;
  width: 160px;
  line-height: 64px;
}
.header-logo img {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
}
.header-logo a {
  display: block;
}
.header-logo .name {
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
}
.header-nav {
  float: right;
  margin-right: 4%;
  line-height: 64px;
  position: relative;
}
.header-nav .ant-menu-horizontal {
  border-bottom-color: transparent;
}
.header-nav .ant-menu {
  background: transparent;
  line-height: 62px;
}
.header-nav .ant-menu li {
  float: left;
  text-align: center;
  min-width: 40px;
  border-top: 2px solid transparent;
}
.header-nav .ant-menu-horizontal > .ant-menu-item-active {
  color: #32af36;
  border-bottom-color: transparent;
}
@media screen and (max-width: 767px) {
  .header-logo {
    z-index: 101;
  }
  .header-logo img {
    width: 40px;
  }
  .header-nav {
    display: none;
  }
  .header-phone-nav {
    width: 16px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .header-phone-nav-bar {
    position: relative;
    z-index: 100;
  }
  .header-phone-nav-bar em {
    display: block;
    width: 100%;
    height: 2px;
    background: #363b3e;
    margin-top: 4px;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header-phone-nav-bar :first-child {
    margin-top: 0;
  }
  .header-phone-nav.open .header-phone-nav-bar em {
    background: #fff;
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(2) {
    opacity: 0;
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header-phone-nav.open .header-phone-nav-text {
    opacity: 1;
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-phone-nav-text {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    pointer-events: none;
    background: #404040;
  }
  .header-phone-nav-text .ant-menu-item-selected {
    border: none;
  }
}
.about-wrapper {
  overflow: hidden;
  background: #000f23;
  padding: 0;
}
.about {
  background: url("/images/about_banner.jpg") center;
  background-size: cover;
  padding: 60px 40px;
}
.about > h1,
.about > p {
  text-align: center;
  position: relative;
  line-height: 30px;
}
.about .title h1 {
  color: #fff;
  font-weight: 700;
}
.about .title p {
  color: #fff;
}
.about > h1 {
  line-height: initial;
  top: auto;
  margin-top: 40px;
}
.about > h1 .title-en,
.about > h1 .title-cn {
  display: block;
}
.about > h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 22px;
  font-weight: 900;
}
.about > h3 {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.about-contentWrapper {
  position: relative;
  margin-top: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.about-contentWrapper .title {
  margin: 20px 0;
}
.about-contentWrapper ul > li {
  display: inline-block;
  width: 50%;
  padding: 3% 3% 0;
  vertical-align: top;
}
.about-contentWrapper ul > li .news-item {
  display: flex;
  padding: 20px 20px;
  background: #f3f3f3;
}
.about-contentWrapper ul > li .news_list li {
  width: 100%;
  padding: 10px 0 0 0;
}
.about-contentWrapper ul > li .news_list li a {
  display: flex;
  color: #000;
  padding: 10px 0;
}
.about-contentWrapper ul > li .news_list li a:hover {
  color: #1890ff;
  background: #f3f3f3;
}
.about-contentWrapper ul > li .news_list li a .content {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.about-contentWrapper ul > li .news_list li a .footer {
  margin-left: 24px;
  display: inline-block;
}
.about-contentWrapper ul > li a {
  color: #000;
}
.about-contentWrapper ul > li a:hover {
  transition: all 0.2s linear;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-contentWrapper ul > li .img {
  display: inline-block;
}
.about-contentWrapper ul > li .text {
  flex: 1;
  display: inline-block;
  margin-left: 20px;
}
.about-contentWrapper ul > li .text h3 {
  font-size: 18px;
}
.about-contentWrapper ul > li .text p {
  margin-top: 12px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .about-wrapper {
    padding: 0;
  }
  .about-wrapper .about {
    overflow: hidden;
    width: 100% !important;
    padding: 20px;
    margin: auto;
    float: initial;
  }
  .about-wrapper .about > h1,
  .about-wrapper .about > p {
    position: relative;
    top: auto;
  }
  .about-wrapper .about > h1 {
    margin: 40px auto 20px;
    font-size: 24px;
  }
  .about-wrapper .about > h3 {
    top: auto;
  }
  .about-wrapper .about-contentWrapper {
    top: auto;
    margin: 20px auto;
    height: auto;
  }
  .about-wrapper .about-contentWrapper ul > li {
    position: relative;
    width: 100%;
    margin: auto;
    display: block;
    padding: 0;
  }
  .about-wrapper .about-contentWrapper ul > li .news-item {
    flex-direction: column;
    padding: 0;
    background: #f3f3f3;
    border: 1px solid #e4ecf3;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-wrapper .about-contentWrapper ul > li h1 {
    font-size: 20px;
  }
  .about-wrapper .about-contentWrapper ul > li.queue-anim-leaving {
    position: relative !important;
  }
  .about-wrapper .about-contentWrapper ul > li .img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .about-wrapper .about-contentWrapper ul > li .text {
    width: auto;
    display: inline-block;
    padding-left: initial;
    margin-left: 0;
    text-align: center;
  }
  .about-wrapper .about-contentWrapper ul > li .text p {
    padding: 0 10px;
    text-align: left;
  }
  .about-wrapper .about-contentWrapper ul > li .text h3 {
    margin-top: 10px;
  }
}
.company-wrapper {
  background-color: #fff;
}
.company > h1,
.company > p {
  position: relative;
  top: 8%;
  text-align: center;
}
.company h1 .title-en,
.company h1 .title-cn {
  display: block;
}
.company h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 36px;
  font-weight: 900;
}
.company h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.company-img-wrapper {
  padding: 20px 0;
}
.company-img-wrapper li {
  width: 25%;
  padding: 1%;
  float: left;
}
.company-img-wrapper li .content-wrapper {
  display: block;
  background: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.company-img-wrapper li .content-wrapper:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.company-img-wrapper li .content-wrapper .img {
  max-width: 100%;
}
.company-img-wrapper li .content-wrapper > span {
  height: 100%;
  display: block;
}
.company-img-wrapper li .content-wrapper:hover p {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .company-wrapper .company {
    width: 90%;
  }
  .company-wrapper .company > h1,
  .company-wrapper .company > p {
    position: relative;
    top: 0;
  }
  .company-wrapper .company > h1 {
    font-size: 24px;
    margin: 40px auto 20px;
  }
  .company-wrapper .company ul {
    top: 80px;
  }
  .company-wrapper .company ul li {
    display: block;
    width: 50%;
    padding: 2%;
  }
  .company-wrapper .company ul li p {
    position: relative;
    bottom: 0;
  }
}
.exception {
  display: flex;
  align-items: center;
  height: 100%;
}
.exception .imgBlock {
  flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception .imgBlock:before,
.exception .imgBlock:after {
  content: ' ';
  display: table;
}
.exception .imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.exception .imgEle {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.exception .content {
  flex: auto;
}
.exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.exception .content .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.exception .content .actions button:not(:last-child) {
  margin-right: 8px;
}
.nomatch {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100;
  left: 100;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .exception .imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .exception {
    display: block;
    text-align: center;
  }
  .exception .imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.product {
  min-height: 600px;
}
.product-wrapper {
  background-color: #fff;
}
.product > h1,
.product > p {
  position: relative;
  top: 8%;
  text-align: center;
}
.product h1 .title-en,
.product h1 .title-cn {
  display: block;
}
.product h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 36px;
  font-weight: 900;
}
.product h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.product-img-wrapper {
  width: 98%;
  top: 25%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.product-img-wrapper li {
  width: 25%;
  padding: 1%;
  float: left;
  cursor: pointer;
}
.product-img-wrapper li .content-wrapper {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 0;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-img-wrapper li .content-wrapper:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.product-img-wrapper li .content-wrapper > span {
  height: 100%;
  display: block;
}
.product-img-wrapper li .content-wrapper p {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 80px;
  color: #000;
  transition: bottom 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), line-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-img-wrapper li .content-wrapper p::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  transform: translateX(-50%);
}
.product-img-wrapper li .content-wrapper:hover p {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product {
    width: 90%;
  }
  .product-wrapper .product > h1,
  .product-wrapper .product > p {
    position: relative;
    top: 0;
  }
  .product-wrapper .product > h1 {
    font-size: 24px;
    margin: 40px auto 20px;
  }
  .product-wrapper .product ul {
    top: 80px;
  }
  .product-wrapper .product ul li {
    display: block;
    width: 100%;
    padding: 2%;
  }
  .product-wrapper .product ul li p {
    position: relative;
    bottom: 0;
  }
}
.product-profile {
  max-width: 1010px;
  padding: 0 20px;
  margin: auto;
  display: flex;
}
.product-profile ul,
.product-profile li {
  margin: 0;
  padding: 0;
}
.product-profile .left {
  width: 30%;
  float: left;
  margin-top: -30px;
  padding-right: 20px;
  z-index: 1;
}
.product-profile .left .nav {
  background: #f7f7f7;
  padding: 30px 20px;
  border-radius: 10px;
}
.product-profile .left .nav a {
  color: #2f2f2f;
}
.product-profile .left .nav a.active {
  color: #32af36;
}
.product-profile .left .nav a.active .icon {
  background: #32af36 !important;
}
.product-profile .left .nav li {
  margin-top: 38px;
}
.product-profile .left .nav li .product-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-profile .left .nav li .product-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #b1b1b1;
  margin-right: 10px;
  border-radius: 4px;
}
.product-profile .left .nav li .product-item .product-title {
  flex: 1;
}
.product-profile .right {
  width: 70%;
}
.product-profile .product-header {
  margin: 30px 0 40px;
}
.product-profile .product-header .product-logo {
  text-align: center;
}
.product-profile .product-header .product-logo img {
  max-width: 100%;
}
.product-profile .product-header section {
  text-indent: 2em;
  line-height: 28px;
  padding: 0 0 16px 0;
}
.product-profile .product-header .title {
  margin-bottom: 30px;
  text-align: center;
}
.product-profile .product-header .solution-info {
  font-weight: 700;
  margin-bottom: 12px;
}
.product-profile .product-header .solution-functions {
  background: #32af36;
  color: #fff;
  font-weight: 700;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 12px;
}
.product-profile .product-header .func-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
  position: relative;
  padding-left: 4px;
}
.product-profile .product-header .func-list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000;
  transform: rotate(45deg);
}
.product-profile .product-header .func-list li .place-holder {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4;
}
.product-profile .product-header .func-list li .text {
  flex: 1;
  margin-left: 4px;
}
.product-profile .product-header .func-list li + li {
  margin-top: 12px;
}
.product-profile .content {
  padding: 40px 0 110px;
  text-align: center;
}
.product-profile .content .intro {
  height: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.product-profile .content .intro .begin {
  width: 2px;
  height: 100%;
  background: #32af36;
}
.product-profile .content .intro .text {
  margin: 0 6px;
}
.product-profile .content .intro .end {
  flex: 1;
  border-top: 1px solid #eee;
}
.product-profile .content section {
  text-indent: 2em;
  line-height: 28px;
  font-size: 20px;
}
.product-profile .content section.center {
  text-align: center;
  margin: 10px 0;
  text-indent: initial;
}
.product-profile .content section img {
  max-width: 100%;
  max-height: 600px;
}
.product-list {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}
.product-list .product-item .ant-card {
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-list .product-item .ant-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.product-list .ant-card-body {
  padding: 0 0 24px;
  text-align: center;
}
.product-list .ant-card-body .title,
.product-list .ant-card-body .desc {
  padding: 0 12px;
}
.product-list .ant-card-body .title {
  margin: 10px 0 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-profile {
    flex-direction: column;
  }
  .product-profile .left {
    margin-top: 10px;
    width: 100%;
  }
  .product-profile .right {
    width: 100%;
  }
  .product-profile .product-header {
    margin-bottom: 0;
  }
  .product-profile .product-header .product-logo {
    margin-bottom: 20px;
  }
  .product-profile .content {
    padding-bottom: 40px;
  }
}
.about_profile {
  padding: 40px 0;
}
.about_profile-wrapper {
  overflow: hidden;
  background: #fff;
}
.about_profile > .profile {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_profile > h1 {
  text-align: center;
  position: relative;
}
.about_profile > h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.about_profile > h1 .title-cn {
  display: block;
}
.about_profile > ul {
  position: relative;
  top: 20%;
  padding: 20px 0;
}
.about_profile > ul > li {
  width: 50%;
  padding: 0 1%;
  display: inline-block;
  text-align: left;
}
.about_profile > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_profile > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_profile > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_profile > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .about_profile-wrapper {
    height: auto;
    background: none;
  }
  .about_profile-wrapper .about_profile {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  .about_profile-wrapper .about_profile > .profile {
    top: auto;
  }
  .about_profile-wrapper .about_profile > h1 {
    top: auto;
    margin: 40px auto 20px;
  }
  .about_profile-wrapper .about_profile > ul {
    top: auto;
    padding: 0;
  }
  .about_profile-wrapper .about_profile > ul > li {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.overview {
  max-width: 1200px;
  margin: auto;
}
.overview-wrapper {
  min-height: 680px;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(253, 253, 253, 0.3);
  background-image: linear-gradient(360deg, rgba(193, 218, 255, 0.3) 0%, rgba(253, 253, 253, 0.3) 80%);
}
.overview-wrapper.home-page-wrapper .home-page {
  padding: 64px 24px;
}
.overview-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.overview-title-wrapper .content {
  text-align: justify;
  padding: 24px;
  font-size: 20px;
}
.overview-title-wrapper .content .hightlight {
  color: #32af36;
}
.overview-title-h1 {
  color: rgba(0, 0, 0, 0.85);
}
.overview-title-content {
  margin-top: 16px;
}
.overview-title h1 .title-en,
.overview-title h1 .title-cn {
  display: block;
  font-size: 36px;
}
.overview-title h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-weight: 900;
}
.overview-title h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.overview-carousel {
  width: calc(100% + 72px);
  margin-left: -36px;
}
.overview-carousel-title {
  font-size: 20px;
  text-align: center;
}
.overview-carousel-title-block {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.45s;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
}
.overview-carousel-title-block.active {
  color: rgba(0, 0, 0, 0.85);
  cursor: auto;
}
.overview-carousel-title-block::before {
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #d8d8d8;
}
.overview-carousel-title-block:last-child::before {
  display: none;
}
.overview-block {
  margin-top: 48px;
}
.overview-block-wrapper {
  margin-top: 32px;
}
.overview-block-row {
  padding: 0 36px;
}
.overview-block-col {
  text-align: center;
  margin: 36px 0;
  position: relative;
}
.overview-block-col:last-child .overview-block-arrow {
  display: none;
}
.overview-block-child {
  padding: 36px 24px 24px;
  border-radius: 16px;
  height: 100%;
  transition: box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.overview-block-child:hover {
  background-color: #f6f9ff;
  box-shadow: 0 12px 36px rgba(100, 100, 136, 0.15);
}
.overview-block-child:hover .overview-block-content {
  opacity: 1;
}
.overview-block-child .middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overview-block-child .middle .item {
  background: #000f23;
  padding: 12px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}
.overview-block-child .middle .item + .item {
  margin-top: 32px;
}
.overview-block-child .end {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-block-child .end .content {
  background: #32af36;
  padding: 16px 8px;
  color: #fff;
  font-size: 24px;
  width: 40px;
  border-radius: 10px;
}
.overview-block-image {
  display: inline-block;
}
.overview-block-image img {
  max-width: 100%;
}
.overview-block-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 16px;
}
.overview-block-content {
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 36px;
  text-align: left;
  transition: opacity 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.overview-block-arrow {
  position: absolute;
  right: 0;
  width: 16px;
  top: 50%;
}
.overview-button {
  text-align: center;
}
.overview-button-wrapper {
  margin-top: 16px;
}
.overview-button .ant-btn {
  padding: 8px 40px;
  border-radius: 20px;
  line-height: 1.5;
  height: 40px;
  border: none;
  color: #fff;
  background-color: #3c89f6;
  background-image: linear-gradient(135deg, #82b5ff 0%, #3c89f6 100%);
  box-shadow: 0 9px 22px rgba(95, 155, 241, 0.35);
  transition: color 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, box-shadow;
}
.overview-button .ant-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 26px rgba(95, 155, 241, 0.4);
}
@media screen and (max-width: 767px) {
  .overview-wrapper {
    padding-bottom: 0;
    min-height: 1140px;
  }
  .overview-wrapper.home-page-wrapper .home-page {
    padding: 56px 24px 64px;
  }
  .overview-carousel-title {
    font-size: 16px;
  }
  .overview-carousel-title-block {
    padding: 0 8px;
  }
  .overview-block-child {
    width: 80%;
    margin: auto;
    background-color: #f6f9ff;
    box-shadow: 0 12px 36px rgba(100, 100, 136, 0.15);
  }
  .overview-block-child .end .content {
    padding: 12px;
    width: 100%;
  }
  .overview-block-content {
    text-align: center;
  }
  .overview-block-arrow {
    bottom: -40px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.solution_banner-wrapper {
  background: #000f23;
  padding: 0;
}
.solution_banner-wrapper .solution_banner {
  max-width: 1200px;
  margin: auto;
  background: url("/images/solution_banner.jpg") center;
  background-size: cover;
  padding: 120px 40px;
}
.solution_banner-wrapper .solution_banner > h1,
.solution_banner-wrapper .solution_banner > p {
  text-align: center;
}
.solution_banner-wrapper .solution_banner h1 .title-en,
.solution_banner-wrapper .solution_banner h1 .title-cn {
  display: block;
}
.solution_banner-wrapper .solution_banner h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 22px;
  font-weight: 900;
}
.solution_banner-wrapper .solution_banner h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.solution_banner-wrapper .solution_banner-tag i {
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.solution_banner-wrapper .solution_banner-tag-name {
  display: inline-block;
}
.solution_banner-wrapper .solution_banner .ant-tabs-bar {
  text-align: center;
}
.solution_banner-wrapper .solution_banner .ant-tabs .ant-tabs-nav {
  float: none;
  text-align: center;
}
.solution_banner-wrapper .solution_banner-tabs-wrapper {
  position: relative;
  margin-top: 24px;
}
.solution_banner-wrapper .solution_banner-content {
  display: flex;
  align-items: center;
}
.solution_banner-wrapper .solution_banner-text {
  padding: 24px 48px;
}
.solution_banner-wrapper .solution_banner-img {
  padding: 24px 48px;
}
.solution_banner-wrapper .solution_banner .ant-tabs-tabpane {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .solution_banner-wrapper {
    overflow: hidden;
  }
  .solution_banner-wrapper .solution_banner {
    padding: 40px;
  }
  .solution_banner-wrapper .solution_banner-content {
    display: block;
  }
  .solution_banner-wrapper .solution_banner-text,
  .solution_banner-wrapper .solution_banner-img {
    text-align: left;
    padding: 0;
  }
  .solution_banner-wrapper .solution_banner-img {
    margin-top: 32px;
  }
  .solution_banner-wrapper .solution_banner .ant-tabs-bar {
    width: auto;
  }
  .solution_banner-wrapper .solution_banner .ant-tabs-bar .ant-tabs-nav {
    float: left;
  }
}
.product_banner {
  background: url("/images/product_banner.jpg") center;
  background-size: cover;
  padding: 120px 40px;
}
.product_banner-wrapper {
  background: #000f23;
  padding: 0;
}
.product_banner > h1,
.product_banner > p {
  position: relative;
  top: 8%;
  text-align: center;
}
.product_banner h1 .title-en,
.product_banner h1 .title-cn {
  display: block;
}
.product_banner h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 36px;
  font-weight: 900;
}
.product_banner h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.product_banner-img-wrapper {
  width: 98%;
  top: 25%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.product_banner-img-wrapper li {
  width: 25%;
  padding: 1%;
  float: left;
  cursor: pointer;
}
.product_banner-img-wrapper li .content-wrapper {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 0;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product_banner-img-wrapper li .content-wrapper:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.product_banner-img-wrapper li .content-wrapper > span {
  height: 100%;
  display: block;
}
.product_banner-img-wrapper li .content-wrapper p {
  width: 100%;
  height: 50px;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  transition: bottom 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), line-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product_banner-img-wrapper li .content-wrapper:hover p {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .product_banner-wrapper .product_banner {
    padding: 20px;
  }
  .product_banner-wrapper .product_banner > h1,
  .product_banner-wrapper .product_banner > p {
    position: relative;
    top: 0;
  }
  .product_banner-wrapper .product_banner > h1 {
    font-size: 24px;
    margin: 40px auto 20px;
  }
  .product_banner-wrapper .product_banner ul {
    top: 80px;
  }
  .product_banner-wrapper .product_banner ul li {
    display: block;
    width: 100%;
    padding: 2%;
  }
  .product_banner-wrapper .product_banner ul li p {
    position: relative;
    bottom: 0;
  }
}
.solution-wrapper {
  min-height: 720px;
  background: #fff;
}
.solution-wrapper .solution {
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
}
.solution-wrapper .solution > h1,
.solution-wrapper .solution > p {
  text-align: center;
}
.solution-wrapper .solution h1 .title-en,
.solution-wrapper .solution h1 .title-cn {
  display: block;
  font-size: 36px;
}
.solution-wrapper .solution h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-weight: 900;
}
.solution-wrapper .solution h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.solution-wrapper .solution-tag i {
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.solution-wrapper .solution-tag-name {
  display: inline-block;
  font-size: 20px;
}
.solution-wrapper .solution .detail {
  padding: 16px;
  text-align: center;
}
.solution-wrapper .solution .detail a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  color: #32af36;
}
.solution-wrapper .solution .ant-tabs-bar {
  text-align: center;
}
.solution-wrapper .solution .ant-tabs .ant-tabs-nav {
  float: none;
  text-align: center;
}
.solution-wrapper .solution-tabs-wrapper {
  position: relative;
  padding: 24px 48px;
}
.solution-wrapper .solution-content {
  display: flex;
  align-items: center;
}
.solution-wrapper .solution-text {
  padding: 24px 48px;
  font-size: 16px;
}
.solution-wrapper .solution-img {
  padding: 24px 48px;
}
.solution-wrapper .solution .ant-tabs-tabpane {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .solution-wrapper {
    min-height: 980px;
    overflow: hidden;
  }
  .solution-wrapper .solution {
    max-width: 100%;
  }
  .solution-wrapper .solution-content {
    display: block;
  }
  .solution-wrapper .solution-text,
  .solution-wrapper .solution-img {
    text-align: left;
    padding: 0;
  }
  .solution-wrapper .solution-img {
    margin-top: 32px;
  }
  .solution-wrapper .solution .ant-tabs-bar {
    width: auto;
  }
  .solution-wrapper .solution .ant-tabs-bar .ant-tabs-nav {
    float: left;
  }
  .solution-wrapper .solution-tabs-wrapper {
    position: relative;
    padding: 24px 0;
  }
}
.company_home {
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
}
.company_home-wrapper {
  overflow: hidden;
  background: #f3f3f3;
}
.company_home > .profile {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.company_home > h1 {
  text-align: center;
  position: relative;
}
.company_home > h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.company_home > h1 .title-cn {
  display: block;
  font-size: 36px;
}
.company_home > ul {
  position: relative;
  top: 20%;
  padding: 20px 0;
}
.company_home > ul > li {
  width: 33.33%;
  padding: 0 1%;
  display: inline-block;
  text-align: left;
}
.company_home > ul > li.queue-anim-leaving {
  position: relative !important;
}
.company_home > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.company_home > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.company_home > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .company_home-wrapper {
    height: auto;
    background: none;
    padding: 0;
  }
  .company_home-wrapper .company_home {
    max-width: 100%;
    margin: auto;
  }
  .company_home-wrapper .company_home > .profile {
    top: auto;
    padding: 0;
  }
  .company_home-wrapper .company_home > h1 {
    top: auto;
    margin: 0 auto 20px;
  }
  .company_home-wrapper .company_home > ul {
    top: auto;
    padding: 0;
  }
  .company_home-wrapper .company_home > ul > li {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.footerWrapper {
  background: #000;
  height: 480px;
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footerWrapper > ul {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: inherit;
}
.footerWrapper > ul .contact .address,
.footerWrapper > ul .contact .email {
  display: flex;
}
.footerWrapper > ul .contact .address .left,
.footerWrapper > ul .contact .email .left {
  width: 60px;
}
.footerWrapper > ul .contact .address .right,
.footerWrapper > ul .contact .email .right {
  flex: 1;
}
.footerWrapper > ul .contact .address .right .list-item:not(:first-child),
.footerWrapper > ul .contact .email .right .list-item:not(:first-child) {
  margin-top: 10px;
}
.footerWrapper > ul .contact .email {
  margin-top: 40px;
}
.footerWrapper > ul .introduce .list-item:not(:first-child) {
  margin-top: 10px;
}
.footerWrapper > ul > li {
  float: left;
  width: 20%;
  padding: 10px;
  position: relative !important;
}
.footerWrapper > ul > li:nth-child(1) {
  width: 45%;
}
.footerWrapper > ul > li:nth-child(2) {
  width: 35%;
}
.footerWrapper > ul > li h2 {
  font-weight: normal;
  color: #ccc;
  margin-bottom: 20px;
  border-bottom: 1px solid #686870;
}
.footerWrapper > ul > li h2 .title {
  display: inline-block;
  border-bottom: 2px solid #cecece;
  padding-bottom: 10px;
}
.footerWrapper > ul > li .icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.35;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footerWrapper > ul > li .icon:first-child {
  margin-left: 0;
}
.footerWrapper > ul > li .icon:hover {
  opacity: 1;
}
.footerWrapper > ul > li a {
  color: #666;
  display: block;
}
.footerWrapper > ul > li a:hover {
  color: #ccc;
}
.footerWrapper > ul > li .logo {
  width: 80%;
  max-width: 150px;
  display: block;
}
@media screen and (max-width: 992px) {
  .footerWrapper {
    height: 1000px;
    padding: 20px;
  }
  .footerWrapper .name {
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  .footerWrapper .focus {
    justify-content: initial !important;
  }
}
@media screen and (min-width: 992px) {
  .footerWrapper .footer .name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -4px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.qr {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  border-radius: 6px;
}
.qr:hover {
  transform: scale(2);
  z-index: 99;
}
.qrmp {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}
.qrmp:hover {
  position: relative;
  transform: scale(2);
  z-index: 99;
}
.footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0 20px;
}
.footer .contact .address,
.footer .contact .email,
.footer .contact .phone {
  display: flex;
}
.footer .contact .address .left,
.footer .contact .email .left,
.footer .contact .phone .left {
  width: 60px;
}
.footer .contact .address .right,
.footer .contact .email .right,
.footer .contact .phone .right {
  flex: 1;
}
.footer .contact .address .right .list-item,
.footer .contact .email .right .list-item,
.footer .contact .phone .right .list-item {
  margin-top: 8px;
}
.footer .contact .email,
.footer .contact .phone {
  margin-top: 20px;
}
.footer .introduce .list-item {
  margin: 12px 0;
}
.footer .item {
  padding: 10px;
}
.footer .item h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.footer .item h2 .title {
  display: inline-block;
  padding-bottom: 10px;
}
.footer .item .icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.35;
}
.footer .item .icon:first-child {
  margin-left: 0;
}
.footer .item .icon:hover {
  opacity: 1;
}
.footer .item a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
}
.footer .item a:hover {
  color: #32af36;
}
.footer .focus {
  display: flex;
  justify-content: center;
}
.footer .focus .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .focus .item span {
  margin-top: 6px;
}
.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 91.4%, 0.1);
  padding: 0 40px;
  color: hsla(0, 0%, 100%, 0.65);
}
.copyright span {
  display: block;
  margin: 20px auto 0;
}
.copyright span + span {
  padding: 10px 0;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #32af36 !important;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover {
  color: #32af36 !important;
  border-top: 2px solid #32af36 !important;
  border-bottom: transparent !important;
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #32af36 !important;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: #fff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #32af36 !important;
}
.ant-tabs-tab:hover {
  color: #32af36 !important;
}
.ant-tabs-ink-bar {
  background: #32af36 !important;
}

.banner-anim {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.banner-anim-elem {
  height: 100%;
}
.banner-anim-elem > * {
  position: relative;
}
.banner-anim-elem-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner-anim-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.banner-anim-arrow-default {
  position: absolute;
  width: 20px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.banner-anim-arrow-default.next {
  right: 0;
}
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:before,
.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.prev:after {
  width: 2px;
  height: 15px;
  background: #fff;
  display: block;
  content: ' ';
  position: absolute;
}
.banner-anim-arrow-default.next:before {
  transform: rotate(-40deg);
  top: 18px;
  left: 10px;
}
.banner-anim-arrow-default.next:after {
  transform: rotate(40deg);
  bottom: 17px;
  left: 10px;
}
.banner-anim-arrow-default.prev:before {
  transform: rotate(40deg);
  top: 18px;
  left: 8px;
}
.banner-anim-arrow-default.prev:after {
  transform: rotate(-40deg);
  bottom: 17px;
  left: 8px;
}
.banner-anim-thumb {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.banner-anim-thumb > span {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.banner-anim-thumb-default {
  height: 40px;
  line-height: 40px;
}
.banner-anim-thumb-default span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
  background: rgba(102, 102, 102, 0.35);
  transition: background .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.banner-anim-thumb-default span:active,
.banner-anim-thumb-default span.active {
  background: #fff;
}

